home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / misc / emu / arosdev.lha / AROS / scripts / makedocs < prev    next >
Text File  |  1996-12-09  |  126b  |  9 lines

  1. #!/bin/sh
  2.  
  3. # Remake the docs
  4. cd ~/AROS/docs/src
  5. make
  6.  
  7. # Do the same again tomorrow, same time
  8. echo $0 $* | at "23:00 + 1 day"
  9.